Author: Nicolas Moreaud (French programmer)
Program: Clean-all pour 83+
Version: 1.0
Mail: kiruahxh@gmail.com
Conception: Fvrier 2007


Installation:


Copy the program group into your Ti.
Each time you'll need it, use function ungroup on Clean group and run program "ACLEAN".


Utilisation:


This program permits cleaning quickly your Ti. It deletes only the programs you want and delete all non archived
variables, hidden variables and apps installations.
It says when it finds a program in RAM memory, except Ion's programs, and proposes to:
 
-Archive it: An archived program isn't affected by Clean all.
-Delete it:  If you choose it, the program will be suppressed at the end of cleaning. There is no modification done
to your program immediately.
-Run it. Take care! This choice can crash your calc (don't run ion's A program). You'll find more precisions available
in Remarks part.
When the inspection finishes, the program proposes to do a RAM "reset" (finish cleaning). When you turn off your calc,
all programs for which you selected "delete" will be deleted, and all non-archived variables, all hidden variables and
all app's installations, an Ion to. I used several routines and I thank their authors.


By the same author:


Editext, Gray v0.7. Available on http://www.ti83plus.online.fr If you like my program, test the others programs.
Those are good programs.


Remarks:


- As all programs written with asm tokens, it is dangerous for your calc. It uses a particularity of one of the
routines used to crash properly the Ti, which is equivalent to a Ram reset.
***Program is use at own risk, I can not be held responsible for loss of data and or hardware damage.***
***If you think you have an abnormal displaying, take quickly out your batteries of the calc.***

- Ion's program A will be detected.

- Run function crashes when the program run tries to use "Stop" token, if it is Ion's A program, or if is archived
and locked. You can also run ASM programs.

- This program has never been tested on a Ti 83+. It's possible that the crash blocks you calc obliging you to take
your batteries out.

To programmers' attention:

Used routines:
-Ptools: Permits you to modify programs proprieties (archiving, protection an suppression)
-Varasm: Permits to check if a program exists (non used function); and to know if the program is in Ram or in Rom.
-Zlist: Gives the existing programs names.
-Zrun: Run a program, in basic or in ASM.
-Hackvars: Creates new variables (in my program: "?" is a string; you can power it with string n13).

If you add functions to Clean-all, please send me a copy of the program obtained. If you find best routines, please say
me it to improve this program.
Thank for reading this Readme.
